ionic3.x - 创建页面 (page) 创建页面:在项目根目录下执行 ionic g page [pageName] 在 app.module.ts 中引入 //页面 自定义的组件 import { ...